<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with qt 4.8.5]]></title><description><![CDATA[A list of topics that have been tagged with qt 4.8.5]]></description><link>https://forum.qt.io/tags/qt 4.8.5</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 19:20:35 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/qt 4.8.5.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Building App on Qt 4.8.5 - Missing Directories or Qt Cannot find them]]></title><description><![CDATA[You have an error in your .pro file. Right after the QT += opengl line you have QT = core gui which resets the content of the variable to core gui. That's why you can't get the OpenGL module.
]]></description><link>https://forum.qt.io/topic/68791/building-app-on-qt-4-8-5-missing-directories-or-qt-cannot-find-them</link><guid isPermaLink="true">https://forum.qt.io/topic/68791/building-app-on-qt-4-8-5-missing-directories-or-qt-cannot-find-them</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Is changing a QWizard into a QStackedWidget the best option?]]></title><description><![CDATA[Hi
Main windows is a bit special since it has  "central widget".
which there to allow to define areas  around it
for Dock windows. That is why we insert widget first.
For all types of other widget we would insert directly.
QWidget* centralWidget = new QWidget();
QVBoxLayout *layout = new QVBoxLayout;
centralWidget-&gt;setLayout(layout);
layout-&gt;addWidget(st);
setCentralWidget(centralWidget);
seems fine.
For centralWidget , u can then use the Stacked.

My mainWindow code actually looks like:
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
setLayout(layout);
// that sets directly on mainwin. not sure it does what we think.
You can just single step and see the values to find out why u crash.
Sorry, i cant spot it. Running it helps.
I think u need a setCentral also.
That is the reason no 2 to why i like
UI file so much. no crashing as u can only insert legally when visually :)
And no code to try to spot bugs in.
I think u need
new widget
widget as central
new layout
layout to widget
inset stacked to that layout
and then the page stuff
]]></description><link>https://forum.qt.io/topic/66971/is-changing-a-qwizard-into-a-qstackedwidget-the-best-option</link><guid isPermaLink="true">https://forum.qt.io/topic/66971/is-changing-a-qwizard-into-a-qstackedwidget-the-best-option</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[I need Freelancer]]></title><description><![CDATA[@MarceloGomez  my skype is nostrik7180 . Can we discuss about your project ?
]]></description><link>https://forum.qt.io/topic/65408/i-need-freelancer</link><guid isPermaLink="true">https://forum.qt.io/topic/65408/i-need-freelancer</guid><dc:creator><![CDATA[Sergey91]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[My program doesn&#x27;t show up in my enterprise device while in pc does]]></title><description><![CDATA[@kshegunov  I know I know ^^and normally I don't pay much attention to this but.. this time wanted to point it out... dunno  why hahahaso as I said np and code happily!! :D
]]></description><link>https://forum.qt.io/topic/63709/my-program-doesn-t-show-up-in-my-enterprise-device-while-in-pc-does</link><guid isPermaLink="true">https://forum.qt.io/topic/63709/my-program-doesn-t-show-up-in-my-enterprise-device-while-in-pc-does</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How can I pass data of QComboBox between classes?]]></title><description><![CDATA[Yes, it's clearer.
In that case I'd create a subclass of QComboBox with a property that would return content of data.
]]></description><link>https://forum.qt.io/topic/61615/how-can-i-pass-data-of-qcombobox-between-classes</link><guid isPermaLink="true">https://forum.qt.io/topic/61615/how-can-i-pass-data-of-qcombobox-between-classes</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How can I make my program &#x27;weight&#x27; less]]></title><description><![CDATA[@roseicollis To avoid "Configuration unchanged" just rebuild your project
]]></description><link>https://forum.qt.io/topic/61382/how-can-i-make-my-program-weight-less</link><guid isPermaLink="true">https://forum.qt.io/topic/61382/how-can-i-make-my-program-weight-less</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Getting stuck with “segmentation fault” in Qt while using Qt creator to create a very simple project]]></title><description><![CDATA[That was my point.  Your sample program that was posted won't compile so it is not possible to see the problem with your compiled version (it must be different).
You can only manipulate the instance of a class/structure/object.  You cannot call any (non-static) members of QLabel directly.
I would be surprised if this example doesn't work:
#include&lt;QLabel&gt;

int main(int argc,char* argv[])
{
   QApplication app(argc,argv);

   QLabel *label=new QLabel; 
   label-&gt;setText("Hello world");
   label-&gt;show(); 
  
 return app.exec();
}
]]></description><link>https://forum.qt.io/topic/53749/getting-stuck-with-segmentation-fault-in-qt-while-using-qt-creator-to-create-a-very-simple-project</link><guid isPermaLink="true">https://forum.qt.io/topic/53749/getting-stuck-with-segmentation-fault-in-qt-while-using-qt-creator-to-create-a-very-simple-project</guid><dc:creator><![CDATA[Rondog]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[[SOLVED] How to add qt-gfx-transformed driver&#x2F;plugin to Qt for Embedded 4.8.5 project]]></title><description><![CDATA[I finally got to solve this by myself. I only had to add 'libqgfxtransformed.so' to my target's /usr/lib/qtopia/plugins/gfxdrivers folder. I then ran my app using the '-qws -display transformed:rot90' switch and I got my rotation done!
]]></description><link>https://forum.qt.io/topic/52705/solved-how-to-add-qt-gfx-transformed-driver-plugin-to-qt-for-embedded-4-8-5-project</link><guid isPermaLink="true">https://forum.qt.io/topic/52705/solved-how-to-add-qt-gfx-transformed-driver-plugin-to-qt-for-embedded-4-8-5-project</guid><dc:creator><![CDATA[admd91]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>